home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
kermit.columbia.edu
/
kermit.columbia.edu.tar
/
kermit.columbia.edu
/
newsgroups
/
misc.19981211-19990422
/
000142_news@watsun.cc.columbia.edu _Fri Jan 22 10:16:39 1999.msg
< prev
next >
Wrap
Internet Message Format
|
1999-04-21
|
2KB
Return-Path: <news@watsun.cc.columbia.edu>
Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id KAA06663
for <kermit.misc@watsun.cc.columbia.edu>; Fri, 22 Jan 1999 10:16:38 -0500 (EST)
Received: (from news@localhost)
by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id KAA13102
for kermit.misc@watsun.cc.columbia.edu; Fri, 22 Jan 1999 10:02:41 -0500 (EST)
X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
Subject: Re: directory transfer
Date: 22 Jan 1999 15:02:37 GMT
Organization: Columbia University
Message-ID: <78a3ud$cpb$1@newsmaster.cc.columbia.edu>
To: kermit.misc@mailrelay2.cc.columbia.edu
In article <36A87710.790E@ttuhsc.edu>, Mike Collins <csjmc@ttuhsc.edu> wrote:
: I am having a problem transfering directory structures between 2 vms
: machines. Both are using ckermit 6.1 under vms 7.1 I log in to the
: local machine and telnet to the remote machine. I then break back to
: the local machine and type "get [.*]*". Files themselves are transfered
: correctly but when the first subdirectory is reached, kermit on the
: local machine give the "directory creation failed" and the transfer ends
: at that point.
:
Well, that's a good sign -- it shows that the sender is sending directory
names, and the receiver is trying to create them, but failing for some
reason.
: "Pathnames:on" are set on both ends and I am logged into
: both machines under the system account. I have a debugging log if
: needed.
:
Yes, please send it to kermit-support@columbia.edu. Just the one from
the receiving end should suffice.
- Frank